FEXP Solver  1.0.0.0
FEXPNetworkInterface.h File Reference
#include "FEXPCommon.h"
#include "FEXPDataContainer.h"
#include "FEXPSetting.h"
Include dependency graph for FEXPNetworkInterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ICFEXPNetBase
 
class  ICFEXPNetNodeConnection
 Base network interface of a client node. More...
 
class  CEFEXPNETProtocol
 
class  ICFEXPNetClientNodeService
 Network service on the client workstation side. More...
 
class  CFEXPNetServerClientCalcData
 Data for server clients. More...
 
class  ICFEXPNetServerClientNode< TSocket >
 Base interface for server clients. More...
 

Macros

#define LOCALHOST   "127.0.0.1"
 
#define DFNETPORT   27015/*20248*/
 
#define DEFAULT_SERVER_NODE_ID   0x0
 

Typedefs

using t_ENetMessage = CEFEXPNETProtocol::EMainNETCommunicationPoint
 
using t_ENetSynStgs = CEFEXPNETProtocol::ENETSynchronization
 
using t_ENetThrdMsg = CEFEXPNETProtocol::ENETServerThreadMesage
 
using t_NetCalcData = CFEXPNetServerClientCalcData
 

Macro Definition Documentation

◆ DEFAULT_SERVER_NODE_ID

#define DEFAULT_SERVER_NODE_ID   0x0

◆ DFNETPORT

#define DFNETPORT   27015/*20248*/

◆ LOCALHOST

#define LOCALHOST   "127.0.0.1"

Typedef Documentation

◆ t_ENetMessage

◆ t_ENetSynStgs

◆ t_ENetThrdMsg

◆ t_NetCalcData